[INFO] fetching crate emmylua_codestyle 0.6.0...
[INFO] checking emmylua_codestyle-0.6.0 against master#c0bb140a37c81cf59a0b40c21c9413059644e294 for pr-129249-1
[INFO] extracting crate emmylua_codestyle 0.6.0 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate emmylua_codestyle 0.6.0
[INFO] finished tweaking crates.io crate emmylua_codestyle 0.6.0
[INFO] tweaked toml for crates.io crate emmylua_codestyle 0.6.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate emmylua_codestyle 0.6.0 on toolchain c0bb140a37c81cf59a0b40c21c9413059644e294
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate emmylua_codestyle 0.6.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cc v1.2.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3c59dce79951480e8080edcf46161e5ce7ecb29dc3adf80327cd6e6b9a6668e7
[INFO] running `Command { std: "docker" "start" "3c59dce79951480e8080edcf46161e5ce7ecb29dc3adf80327cd6e6b9a6668e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3c59dce79951480e8080edcf46161e5ce7ecb29dc3adf80327cd6e6b9a6668e7" "/opt/rustwide/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3c59dce79951480e8080edcf46161e5ce7ecb29dc3adf80327cd6e6b9a6668e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3c59dce79951480e8080edcf46161e5ce7ecb29dc3adf80327cd6e6b9a6668e7" "/opt/rustwide/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.5
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling emmylua_codestyle v0.6.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/FormatState.h:3,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Diagnostic/DiagnosticBuilder.h:5,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCLib/src/CodeFormat.h:9,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCLib/src/CodeFormat.cpp:1:
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                 ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                 ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                  ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                  ~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                     ~~~~~~~~~~~~~~^~~~~~~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                                               ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/FormatState.h:3,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Diagnostic/DiagnosticBuilder.h:5,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCLib/src/CodeFormat.h:9,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCLib/src/CodeFormatCLib.cpp:2:
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                 ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                 ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                  ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                  ~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                     ~~~~~~~~~~~~~~^~~~~~~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                                               ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/LuaParser/src/Ast/LuaSyntaxNode.cpp: In member function 'bool LuaSyntaxNode::IsNull(const LuaSyntaxTree&) const':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/LuaParser/src/Ast/LuaSyntaxNode.cpp:90:49: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    90 | bool LuaSyntaxNode::IsNull(const LuaSyntaxTree &t) const {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                            ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/FormatState.h:3,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Diagnostic/CodeStyle/CodeStyleChecker.h:5,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Diagnostic/CodeStyle/CodeStyleChecker.cpp:1:
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                 ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                 ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                  ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                  ~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                     ~~~~~~~~~~~~~~^~~~~~~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                                               ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/FormatState.h:3,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Diagnostic/DiagnosticBuilder.h:5,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Diagnostic/DiagnosticBuilder.cpp:1:
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                 ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                 ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                  ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                  ~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                     ~~~~~~~~~~~~~~^~~~~~~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                                               ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Diagnostic/DiagnosticBuilder.cpp: In member function 'std::vector<LuaDiagnostic> DiagnosticBuilder::GetDiagnosticResults(const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Diagnostic/DiagnosticBuilder.cpp:14:89: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    14 | std::vector<LuaDiagnostic> DiagnosticBuilder::GetDiagnosticResults(const LuaSyntaxTree &t) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                    ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/FormatState.h:3,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Diagnostic/DiagnosticBuilder.h:5,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Diagnostic/NameStyle/NameStyleChecker.cpp:3:
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                 ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                 ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                  ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                  ~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                     ~~~~~~~~~~~~~~^~~~~~~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                                               ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Diagnostic/NameStyle/NameStyleChecker.cpp: In member function 'bool NameStyleChecker::CheckSpecialVariableRule(LuaSyntaxNode&, LuaSyntaxNode&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Diagnostic/NameStyle/NameStyleChecker.cpp:346:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   346 |         }
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |         ^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Diagnostic/NameStyle/NameStyleChecker.cpp:347:9: note: here
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   347 |         default: {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |         ^~~~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/FormatState.h:3,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Diagnostic/DiagnosticBuilder.h:5,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Diagnostic/Spell/CodeSpellChecker.cpp:2:
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                 ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                 ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                  ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                  ~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                     ~~~~~~~~~~~~~~^~~~~~~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                                               ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/AlignAnalyzer.h:3,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/AlignAnalyzer.cpp:1:
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                 ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                 ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                  ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                  ~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                     ~~~~~~~~~~~~~~^~~~~~~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                                               ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/AlignAnalyzer.cpp: In member function 'void AlignAnalyzer::AnalyzeExpressionList(FormatState&, LuaSyntaxNode&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/AlignAnalyzer.cpp:460:56: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   460 | void AlignAnalyzer::AnalyzeExpressionList(FormatState &f, LuaSyntaxNode &syntaxNode, const LuaSyntaxTree &t) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                           ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/AlignAnalyzer.cpp: In member function 'void AlignAnalyzer::AnalyzeParamList(FormatState&, LuaSyntaxNode&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/AlignAnalyzer.cpp:468:51: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   468 | void AlignAnalyzer::AnalyzeParamList(FormatState &f, LuaSyntaxNode &syntaxNode, const LuaSyntaxTree &t) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                      ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/AlignAnalyzer.cpp: In member function 'void AlignAnalyzer::AnalyzeIfStatement(FormatState&, LuaSyntaxNode&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/AlignAnalyzer.cpp:479:53: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   479 | void AlignAnalyzer::AnalyzeIfStatement(FormatState &f, LuaSyntaxNode &syntaxNode, const LuaSyntaxTree &t) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                        ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/AlignAnalyzer.cpp: In member function 'virtual void AlignAnalyzer::Analyze(FormatState&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/AlignAnalyzer.cpp:57:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    57 |                     if (f.GetStyle().align_if_branch) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                     ^~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/AlignAnalyzer.cpp:61:17: note: here
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    61 |                 case LuaSyntaxNodeKind::SuffixedExpression: {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                 ^~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/FormatAnalyzer.cpp:1:
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                 ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                 ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                  ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                  ~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                     ~~~~~~~~~~~~~~^~~~~~~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                                               ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatDocAnalyze.h:4,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/FormatDocAnalyze.cpp:1:
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                 ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                 ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                  ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                  ~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                     ~~~~~~~~~~~~~~^~~~~~~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                                               ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/FormatDocAnalyze.cpp: In member function 'virtual void FormatDocAnalyze::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/FormatDocAnalyze.cpp:24:52: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 | void FormatDocAnalyze::ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                       ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/FormatDocAnalyze.cpp:24:76: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 | void FormatDocAnalyze::ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                       ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/FormatDocAnalyze.cpp: In member function 'virtual void FormatDocAnalyze::Query(FormatState&, LuaSyntaxNode, const LuaSyntaxTree&, FormatResolve&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/FormatDocAnalyze.cpp:27:93: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    27 | void FormatDocAnalyze::Query(FormatState &f, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t, FormatResolve &resolve) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                        ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/FormatDocAnalyze.cpp: In member function 'void FormatDocAnalyze::AnalyzeDocFormat(LuaSyntaxNode, FormatState&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/FormatDocAnalyze.cpp:49:71: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    49 | void FormatDocAnalyze::AnalyzeDocFormat(LuaSyntaxNode n, FormatState &f, const LuaSyntaxTree &t) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                          ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/IndentationAnalyzer.h:4,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp:1:
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                 ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                 ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                  ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                  ~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                     ~~~~~~~~~~~~~~^~~~~~~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                                               ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp: In member function 'void IndentationAnalyzer::AddIndenter(LuaSyntaxNode, const LuaSyntaxTree&, IndentData)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp:165:77: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   165 | void IndentationAnalyzer::AddIndenter(LuaSyntaxNode n, const LuaSyntaxTree &t, IndentData indentData) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                        ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp: In member function 'void IndentationAnalyzer::AddLinebreakGroup(LuaSyntaxNode, std::vector<LuaSyntaxNode>&, const LuaSyntaxTree&, std::size_t)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp:169:123: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   169 | void IndentationAnalyzer::AddLinebreakGroup(LuaSyntaxNode parent, std::vector<LuaSyntaxNode> &group, const LuaSyntaxTree &t, std::size_t indent) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                                                      ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp: In member function 'void IndentationAnalyzer::AnalyzeCallExprList(FormatState&, LuaSyntaxNode&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp:234:60: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   234 | void IndentationAnalyzer::AnalyzeCallExprList(FormatState &f, LuaSyntaxNode &exprList, const LuaSyntaxTree &t) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                               ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp: In member function 'void IndentationAnalyzer::ProcessExceedLinebreak(FormatState&, LuaSyntaxNode, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp:317:63: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   317 | void IndentationAnalyzer::ProcessExceedLinebreak(FormatState &f, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                  ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp: In member function 'void IndentationAnalyzer::NeverIndentCommentOnIfBranch(FormatState&, LuaSyntaxNode, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp:337:69: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   337 | void IndentationAnalyzer::NeverIndentCommentOnIfBranch(FormatState &f, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                        ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp: In member function 'void IndentationAnalyzer::AllowNonIndentedComment(FormatState&, LuaSyntaxNode, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp:369:64: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   369 | void IndentationAnalyzer::AllowNonIndentedComment(FormatState &f, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                   ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp: In member function 'virtual void IndentationAnalyzer::Analyze(FormatState&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp:48:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    48 |                 }
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                 ^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp:49:17: note: here
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    49 |                 case LuaSyntaxNodeKind::LocalStatement:
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                 ^~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/LineBreakAnalyzer.h:3,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/LineBreakAnalyzer.cpp:1:
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                 ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                 ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                  ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                  ~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                     ~~~~~~~~~~~~~~^~~~~~~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                                               ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/LineBreakAnalyzer.cpp: In member function 'void LineBreakAnalyzer::AnalyzeConditionExpr(FormatState&, LuaSyntaxNode, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/LineBreakAnalyzer.cpp:281:59: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   281 | void LineBreakAnalyzer::AnalyzeConditionExpr(FormatState &f, LuaSyntaxNode expr, const LuaSyntaxTree &t) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                              ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/LineBreakAnalyzer.cpp: In member function 'virtual void LineBreakAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/LineBreakAnalyzer.cpp:117:33: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   117 |                                 }
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                 ^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/LineBreakAnalyzer.cpp:118:33: note: here
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   118 |                                 case TK_SHORT_COMMENT:
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                 ^~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/LineBreakAnalyzer.cpp:148:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   148 |                 }
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                 ^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/LineBreakAnalyzer.cpp:149:17: note: here
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   149 |                 case LuaSyntaxNodeKind::WhileStatement:
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                 ^~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/SemicolonAnalyzer.h:3,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/SemicolonAnalyzer.cpp:1:
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                 ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                 ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                  ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                  ~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                     ~~~~~~~~~~~~~~^~~~~~~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                                               ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/SemicolonAnalyzer.cpp: In member function 'virtual void SemicolonAnalyzer::Query(FormatState&, LuaSyntaxNode, const LuaSyntaxTree&, FormatResolve&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/SemicolonAnalyzer.cpp:60:44: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    60 | void SemicolonAnalyzer::Query(FormatState &f, LuaSyntaxNode n, const LuaSyntaxTree &t, FormatResolve &resolve) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                               ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/SemicolonAnalyzer.cpp:60:85: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    60 | void SemicolonAnalyzer::Query(FormatState &f, LuaSyntaxNode n, const LuaSyntaxTree &t, FormatResolve &resolve) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/SpaceAnalyzer.h:3,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/SpaceAnalyzer.cpp:1:
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                 ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                 ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                  ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                  ~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                     ~~~~~~~~~~~~~~^~~~~~~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                                               ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/SpaceAnalyzer.cpp: In member function 'virtual void SpaceAnalyzer::Query(FormatState&, LuaSyntaxNode, const LuaSyntaxTree&, FormatResolve&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/SpaceAnalyzer.cpp:393:40: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   393 | void SpaceAnalyzer::Query(FormatState &f, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t, FormatResolve &resolve) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                           ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/SpaceAnalyzer.cpp: In member function 'virtual void SpaceAnalyzer::Analyze(FormatState&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/SpaceAnalyzer.cpp:163:32: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   163 |                     SpaceAround(syntaxNode, t, 0);
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                     ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/SpaceAnalyzer.cpp:165:17: note: here
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   165 |                 case '[': {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                 ^~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/SpaceAnalyzer.cpp: In member function 'virtual void SpaceAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/SpaceAnalyzer.cpp:335:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   335 |                 }
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                 ^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/SpaceAnalyzer.cpp:336:17: note: here
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   336 |                 case LuaSyntaxNodeKind::FunctionBody: {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                 ^~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/TokenAnalyzer.h:3,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp:1:
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                 ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                 ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                  ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                  ~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                     ~~~~~~~~~~~~~~^~~~~~~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                                               ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp: In member function 'virtual void TokenAnalyzer::Query(FormatState&, LuaSyntaxNode, const LuaSyntaxTree&, FormatResolve&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp:65:40: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    65 | void TokenAnalyzer::Query(FormatState &f, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t, FormatResolve &resolve) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                           ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp: In member function 'void TokenAnalyzer::MarkPrev(LuaSyntaxNode, const LuaSyntaxTree&, PrevTokenStrategy)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp:84:68: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    84 | void TokenAnalyzer::MarkPrev(LuaSyntaxNode n, const LuaSyntaxTree &t, PrevTokenStrategy strategy) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                               ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp: In member function 'void TokenAnalyzer::Mark(LuaSyntaxNode, const LuaSyntaxTree&, TokenStrategy)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp:88:64: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    88 | void TokenAnalyzer::Mark(LuaSyntaxNode n, const LuaSyntaxTree &t, TokenStrategy strategy) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                           ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp: In member function 'void TokenAnalyzer::MarkNext(LuaSyntaxNode, const LuaSyntaxTree&, NextTokenStrategy)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp:92:68: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    92 | void TokenAnalyzer::MarkNext(LuaSyntaxNode n, const LuaSyntaxTree &t, NextTokenStrategy strategy) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                               ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp: In member function 'bool TokenAnalyzer::IsRemove(LuaSyntaxNode, const LuaSyntaxTree&) const':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp:96:68: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    96 | bool TokenAnalyzer::IsRemove(LuaSyntaxNode n, const LuaSyntaxTree &t) const {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                               ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp: In member function 'void TokenAnalyzer::AnalyzeComment(FormatState&, LuaSyntaxNode, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp:313:49: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   313 | void TokenAnalyzer::AnalyzeComment(FormatState &f, LuaSyntaxNode n, const LuaSyntaxTree &t) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                    ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp: In member function 'void TokenAnalyzer::TableFieldAddSep(FormatState&, LuaSyntaxNode, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp:116:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   116 |                 if (n.GetChildToken('=', t).IsToken(t)) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                 ^~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp:121:13: note: here
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   121 |             default: {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |             ^~~~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/FormatState.h:3,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/FormatBuilder.h:4,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/FormatBuilder.cpp:1:
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                 ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                 ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                  ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                  ~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                     ~~~~~~~~~~~~~~^~~~~~~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                                               ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/FormatState.h:3,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/FormatState.cpp:1:
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                 ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                 ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                  ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                  ~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                     ~~~~~~~~~~~~~~^~~~~~~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                                               ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/FormatState.h:3,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/FormatBuilder.h:4,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/RangeFormat/RangeFormatBuilder.h:3,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/RangeFormat/RangeFormatBuilder.cpp:1:
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                 ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                 ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                  ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                  ~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                     ~~~~~~~~~~~~~~^~~~~~~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                                               ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/FormatState.h:3,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/FormatBuilder.h:4,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/TypeFormat/LuaTypeFormat.h:3,
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:                  from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/TypeFormat/LuaTypeFormat.cpp:1:
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                 ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    20 |     virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                 ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                  ~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                  ~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                     ~~~~~~~~~~~~~~^~~~~~~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:    24 |     virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){};
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                                               ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/TypeFormat/LuaTypeFormat.cpp: In member function 'void LuaTypeFormat::FixIndent(std::size_t, std::size_t, const LuaSyntaxTree&, LuaStyle&)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/TypeFormat/LuaTypeFormat.cpp:200:43: warning: unused parameter 'line' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   200 | void LuaTypeFormat::FixIndent(std::size_t line, std::size_t character, const LuaSyntaxTree &t, LuaStyle &style) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                               ~~~~~~~~~~~~^~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/TypeFormat/LuaTypeFormat.cpp:200:61: warning: unused parameter 'character' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   200 | void LuaTypeFormat::FixIndent(std::size_t line, std::size_t character, const LuaSyntaxTree &t, LuaStyle &style) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                 ~~~~~~~~~~~~^~~~~~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/TypeFormat/LuaTypeFormat.cpp:200:93: warning: unused parameter 't' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   200 | void LuaTypeFormat::FixIndent(std::size_t line, std::size_t character, const LuaSyntaxTree &t, LuaStyle &style) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                        ~~~~~~~~~~~~~~~~~~~~~^
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/TypeFormat/LuaTypeFormat.cpp:200:106: warning: unused parameter 'style' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   200 | void LuaTypeFormat::FixIndent(std::size_t line, std::size_t character, const LuaSyntaxTree &t, LuaStyle &style) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                                                                ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/TypeFormat/LuaTypeFormat.cpp: In member function 'void LuaTypeFormat::FixEndIndent(std::size_t, std::size_t)':
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/TypeFormat/LuaTypeFormat.cpp:203:46: warning: unused parameter 'line' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   203 | void LuaTypeFormat::FixEndIndent(std::size_t line, std::size_t character) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                  ~~~~~~~~~~~~^~~~
[INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/TypeFormat/LuaTypeFormat.cpp:203:64: warning: unused parameter 'character' [-Wunused-parameter]
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:   203 | void LuaTypeFormat::FixEndIndent(std::size_t line, std::size_t character) {
[INFO] [stderr] warning: emmylua_codestyle@0.6.0:       |                                                    ~~~~~~~~~~~~^~~~~~~~~
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.02s
[INFO] running `Command { std: "docker" "inspect" "3c59dce79951480e8080edcf46161e5ce7ecb29dc3adf80327cd6e6b9a6668e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3c59dce79951480e8080edcf46161e5ce7ecb29dc3adf80327cd6e6b9a6668e7", kill_on_drop: false }`
[INFO] [stdout] 3c59dce79951480e8080edcf46161e5ce7ecb29dc3adf80327cd6e6b9a6668e7
